projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86d56a
)
(Ftry_completion): Use `check_obarray' if ALIST is a vector.
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 16 Dec 2006 00:43:50 +0000
(
00:43
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 16 Dec 2006 00:43:50 +0000
(
00:43
+0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 28f4a453ec7469733b497f1174128db952198ef0..c2df83253fd5540d79a39879b61ef15cce161fab 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1287,6
+1287,7
@@
is used to further constrain the set of candidates. */)
tail = alist;
if (type == 2)
{
+ alist = check_obarray (alist);
obsize = XVECTOR (alist)->size;
bucket = XVECTOR (alist)->contents[index];
}